Skip to content

Adding a makefile and Dockerfile for ease of use#43

Draft
nsaripalli wants to merge 3 commits intoPRL-PRG:masterfrom
nsaripalli:add-docker-file
Draft

Adding a makefile and Dockerfile for ease of use#43
nsaripalli wants to merge 3 commits intoPRL-PRG:masterfrom
nsaripalli:add-docker-file

Conversation

@nsaripalli
Copy link
Copy Markdown

I have been working on a Dockerfile for ease of use when compiling. It will pull down all of the dependencies and will compile everything for instrumentr to work properly. Please let me know if I am doing anything wrong in this Dockerfile.

This depends on the changes created here: PRL-PRG/injectr#7

Comment thread Makefile

uninstall:
$(R) --slave -e "remove.packages('instrumentr')"
$(R) -s -e "remove.packages('instrumentr')"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slave is deprecated wch/r-source@f1ff49e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant